@charset "utf-8";
/* CSS Document */

body,html{margin:0;padding:0;font-family: Microsoft YaHei; font-size: 1rem;  line-height: 1.5; color: #373a3c; background-color: #fff; width:100%; max-width:100%; min-width:1100px;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,table,tr,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,th,var{font-style:normal;font-weight:normal;}
input:hover,input:active,input:focus{ outline: 0;}
ul,ul li,input, dl, dd {  padding:0; margin:0; list-style-type:none;}
img,a img{border:0;margin:0;padding:0;}
img{vertical-align: middle;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
a{text-decoration:none; color:#444;-moz-transition: all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s;}
a:hover{text-decoration:none; cursor:pointer}
.fl{float:left;}
.fr{float:right;}
textarea{resize:none; overflow:auto;}
.clearfix:after {content:'';display:block;height:0;clear:both;visibility:hidden;}
.clearfix{zoom:1;}
.clear { clear: both;font-size: 0;height: 0;line-height: 0;}
.baseDiv{ width:1350px; margin:0 auto; margin-left:auto !important; margin-right:auto !important;}
.mt5 {margin-top: 5px!important;}
.mt20{ margin-top:20px;}
.mt30{ margin-top:30px;}
.mt40{ margin-top:40px;}
.pt25{padding-top:25px;}
.pt30{padding-top:30px;}
.myClass{
background-position:center center; 
-webkit-background-size: cover;  
-moz-background-size: cover;  
-o-background-size: cover; 
background-size:cover;
}
@-webkit-keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes ball {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

/*header*/
.header{
    width: 100%;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}
.logo{
}
.navb {
    height: 110px;
    margin-left: 4%;
    width: 47%;
    border-bottom: 1px #353535 solid;
}
.navb .active {
    position: relative;
    float: left;
    width:13.5%;
    display: inline;
    text-align: center;
}

.navb .on{
    background:#fc4e29;
    position: relative;
}
.navb .on a{
    color: #fff;
    display: block;
    font-size: 16px;
}

.navb a{
    display: block;
    height: 110px;
}
.navb a h3 {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 35px;
    position: relative;
}
.navb a h3::after{
    content: '';
    display: block;
    position: absolute;
    bottom:0;
    right: 0;
    width: 1px;
    height: 18px;
    background:#484848;  
}

.navb a em{
    font-size: 14px;
    color: #9c9c9c;
    line-height: 30px;
}

.navb a h3:hover {
    transition-duration: .3s;
    color: #fff;
    text-decoration: none;
}

.navb .sub {
    display: none;
    width: 100px;
    position: absolute;
    left: 0px;
    top: 110px;
    float: left;
    line-height: 30px;
    z-index: 1000;
}
.navb .sub2 {
    left: -280px !important;
    width: 950px;
}
.navb .sub li {
    text-align:center;
}
.navb .sub li a {
    color:#5e5e5e;
    display:block;
    zoom:1;
    font-size: 15px;
    line-height: 45px;
}
.navb .sub li a:hover {
    background:#ddd;
    color:#c00;
}
.navb .sub li a img {
    width: 120px;
    height:120px;
}
.navb .sub li p {
    text-align:left;
}
.mun1 {
    width:950px;
    height:550px;
    background:#f6f6f6;
    -moz-box-shadow:0px 2px 2px #999 inset;
    -webkit-box-shadow:0px 2px 2px #999 inset;
    box-shadow:0px 2px 2px #e4e4e4 inset;
}
.mun1 ul li {
    width:120px;
    float:left;
    height:auto;
    overflow:hidden;
    margin-left:13px;
    margin-top:20px;
}
.mun1 ul li h2 {
    width:100%;
    font-size:14px;
    color:#5e5e5e;
    border-bottom:1px solid #dbdbdb;
    line-height:35px;
    display: block;
    height: 35px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a {
    width:100%;
    height:28px;
    display:block;
    color:#919191;
    font-size:13px;
    overflow: hidden;
}
.nav .sub .mun1 ul li p a:hover {
    color:#0c438c;
    background:none;
}
.mun1 ul li ul li {
    width:75px;
    float:left;
    margin:0px;
}
.nav .sub .mun1 ul li ul li a {
    color:#919191;
}
.nav .sub .mun1 ul li ul li a:hover {
    color:#0c438c;
    background:none;
}
.htel{
    margin-right: 8%;
    margin-top: 30px;
    background: url(../images/tel.png) left center no-repeat;
    color: #fff;
    font-size: 15px;
    padding-left:70px;
}
.htel span{
     font-size: 28px;
    font-family: "Arial";   
    display: block;
    line-height: 66px;
}


@media screen and (max-width: 1830px) {
    .logo {margin-left: 1%;}
    .htel {margin-right: 1%;}
}
@media screen and (max-width: 1600px) {
    .navb{margin-left: 1%;}
}
@media screen and (max-width: 1540px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
        padding-left: 65px;
}
@media screen and (max-width: 1410px) {
    .htel{background: initial;padding-left: 0;}
    .logo img{width: 90%;}
}

/*首页banner*/
.focus {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 999;
}

.focus .hd {
  width: 100%;
  height: 20px;
  position: absolute;
  z-index: 99;
  bottom: 40px;
  text-align: center;

}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}
.focus .hd ul {
  display: inline-block;
  height: 25px;
  padding: 3px 5px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-size: 0;
  vertical-align: top;
}

.focus .hd ul li {
  display: inline-block;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  margin: 0 10px;
  vertical-align: top;
  overflow: hidden;
  border: 2px solid #fff;
  text-indent: 20em;
}

.focus .hd ul .on {
  background: #fff;
}

.focus .bd {
  position: relative;
  z-index: 0;
}
.focus .bd li .oi-first-screen-video{width: 100%;position: relative;}
.focus .bd li .oi-first-screen-video video{position: absolute;left: 0;bottom: 0;z-index: 100;width: 100%;}
.focus .bd li .oi-first-screen-video .banner_1{z-index: 200;position: relative;}

.focus .bd li img {
  width: 100%;
}

.focus .bd li a {
  -webkit-tap-highlight-color: transparent;
}

.focus .prev {
  position: absolute;
  top: 45%;
  z-index: 999;
  left: 0;
}

.focus .next {
  position: absolute;
  top: 45%;
  z-index: 999;
  right: 0;
}

/* 内页banner */
.banner{width:100%; background:#fafafa;  z-index:11;position: relative;}

.banner_slides{ position:relative; overflow:hidden; width:100%; margin:auto; }

.banner_slides , .slides_container,.slides_control ,.banner_pic{height:830px;}

.banner_slides li.slidesjs-slide{width:100%;height:830px;}

.banner_slides li a{}

.banner_pic{display:block; width:100%; height:830px;}

.slides_btn{position:absolute; z-index:999;display:block;width:40px;height:70px;margin-top:-35px;top:50%;overflow: hidden;text-indent:-9999px; background-color:#fff;filter:alpha(opacity=20); /*IEÂË¾µ£¬Í¸Ã÷¶È50%*/-moz-opacity:0.2; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.2;/*ÆäËû£¬Í¸Ã÷¶È50%*/ background-position: center center; background-repeat:no-repeat; }

.banner:hover .slides_btn{filter:alpha(opacity=60); -moz-opacity:0.6; /*FirefoxË½ÓÐ£¬Í¸Ã÷¶È50%*/opacity:0.6;}

.btn_previous{ left:4%; background-image:url(../images/pre01.png);}

.btn_previous:hover{ background-color:#333;background-image:url(../images/pre02.png);}

.btn_next{ right:4%; background-image:url(../images/next01.png);}

.btn_next:hover{ background-color:#333;background-image:url(../images/next02.png);}


.slides_pagination {
    width:100px;
    height:15px;
    bottom:30px;
    right:50%;
    margin-right:-37px;
    position:absolute;
    z-index:100;
    text-align:center;
}
.slides_pagination li {
    margin: 0 7px;
    display:inline-block;
    width:10px;
+float:left;
}
.slides_pagination li a {
    display:inline-block;
*display:inline;
    zoom:1;
    overflow:hidden;
    width:10px;
    height:10px;
    line-height:50px;
    border:2px solid #fff;
    color:#666;
    border-radius:100%;
}
.slides_pagination li a.active, .slides_pagination li a:hover.active, .slides_pagination li a:hover {
    background:#fff;
    color:#fff;
    border:2px solid #fff;
}

/*分类*/
.hot{
    width: 100%;
    height: 580px;
    background: url(../images/flbj.jpg) center no-repeat;
}
.flbt{
    text-align: center;
    padding-top: 40px;
}
.flbt span{
    display: block;
    font-size: 16px;
    font-family: "Arial";
    color: #6d6d6d;
    line-height: 35px;
}
.flbt p{
    font-size: 16px;
    color: #6d6d6d;
}
.pro_list{
    overflow: hidden;
    width: 1350px;
    margin: 0 auto;
    margin-top: 15px;
}
.pro_list ul{
    position: relative;
}
.pro_list ul li{
    width: 250px !important;
    height: 390px;
    float: left;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    position: relative;
    overflow: hidden;
}
.pro_list ul li .cla{
    height: 60px;
    line-height: 60px;
}
.pro_list ul li .cla a{
    display: block;
}
.pro_list ul li .cla a em{
    font-family: "Arial";
    font-size: 15px;
    color: #212121;
    float: left;
    padding-left: 10px;
}
.pro_list ul li .cla a img{
    float: right;
    padding-right: 20px;
    padding-top: 20px;
}
.pro_list ul li .claimg{
    height: 245px;
    text-align: center;
    position: relative;
}
.pro_list ul li .claimg img{
    width: 222px;
    height: 222px;
    border-radius: 10px;
    margin-top: 12px;
}
.pro_list ul li .claimg .clatel{
    display: none;
}
.pro_list ul li:hover .claimg .clatel{
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.7);
    width: 100%;
    height: 100%;
    display: block;
}
.pro_list ul li .claimg .clatel a{
    display: block;
    width: 145px;
    height: 50px;
    background: #fff;
    border-radius: 50px;
    line-height: 50px;
    text-align: center;
    color: #212121;
    font-size: 25px;
    margin: 0 auto;
    margin-top: 90px;
}
.pro_list ul li .claimg .clatel span{
    font-size: 23px;
    font-family: "Arial";
    color: #fff;
    line-height: 60px;
}
.pro_list ul li .clatit a{
    display: block;
    height: 85px;
    text-align: center;
}
.pro_list ul li .clatit a span{
    font-size: 18px;
    color: #000;
}
.pro_list ul li .clatit a em{
    display: block;
    width: 98px;
    height: 30px;
    background: #fc4e29;
    border-radius: 50px;
    margin: 0 auto;
    line-height: 30px;
    margin-top: 10px;
    color: #fff;
    font-size: 15px;
}


/*产品展示*/

.pro_litpic{
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    height: 1000px;
    position: relative;
    margin-top: 30px;
}
.pro_litpic ul{
    overflow: hidden;
}
.pro_litpic ul li{
    float: left;
    width: 23.5%;
    margin: 9px 9px;
    overflow: hidden;
    height: 480px;
    background: #f4f4f4;
    border: 1px #f0f0f0 solid;
    position: relative;
    box-sizing: border-box;
}
.pro_litpic ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.pro_img{
    width: 93%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 13px;
}
.litpic_img{
    overflow: hidden;
    display: block;
    transition: all 0.6s;
}
.litpic_img img{
   width:100%;
  height:auto;
      transition: all 0.5s;
}

.pro_litpic ul li:hover .litpic_img{
    transform: scale(1.1);
}
.pro_cover{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.pro_cover h3{
    font-size: 18px;
    color: #000;
    display: block;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px #d9d9d9 solid;
    position: relative;
    padding-left: 25px
}
.pro_cover h3::after {
    content: '';
    display: block;
    position: absolute;
    bottom:19px;
    width: 10px;
    height: 10px;
    background: #cdcdcd;
    left:0;
}
.pro_cover span{
    font-size: 18px;
    color: #000;
    font-family: "Arial";
    line-height: 45px;
}
.pro_more{
    width: 115px;
    height: 35px;
    background: #f5f5f5;
    border: 6px #fff solid;
    border-radius: 100px;
    position: absolute;
    z-index: 999;
    right: 7px;
    bottom: 25px;
    text-align: center;
    line-height: 35px;
    color: #1d1d1d;
    font-size:18px;
}
.pro_litpic ul li:hover{
    background: #fc4e29;
    color: #fff
}
.pro_litpic ul li:hover .pro_cover h3{
    color: #fff;
    padding-left: 35px;
    transition: all 0.6s;
}
.pro_litpic ul li:hover .pro_cover h3::after{
    background: #fff
}
.pro_litpic ul li:hover .pro_cover span{
    color: #fff
}

/*关于我们*/
.abbj{
    width: 100%;
    height: 770px;
    background: url(../images/abbj.jpg) center no-repeat;
    position: relative;
    margin-top: 65px;
}
.abbt{
    margin-left: 760px;
    width: 460px;
    text-align: center;
    padding-top: 75px;
}
.abbt p{
    font-size: 22px;
    color: #333;
    text-transform: uppercase;
}
.abbt p span{
    font-size: 29px;
    font-family: "Arial"
}
.abbt em{
    color: #8e8e8e;
    font-size: 16px;
    letter-spacing: 18px;
    line-height: 55px;
}
.abbt img{
    margin-top: 10px;
    animation: ball .6s infinite alternate;
}
.about{
    margin-left: 280px;
    margin-top: 50px;
}
.abimg{
    margin-top: 20px;
}
.abny{
    width: 760px;
}
.abab{
    display: block;
    color: #fff;
    font-size: 16px;
    line-height: 33px;
}
.abab a{
color:#fff;
      text-decoration: underline;
}
/*数字*/
.ys_box{
    height: 155px;
    position: relative;
}
.ys_box ul li{
    float: left;
    width: 240px;
    height: 155px;
    background: url(../images/xian.png) right center no-repeat;
    text-align: center;
}
.ys_box ul li+li+li{
    background: initial;
}
.ys_box .div1{
    position: relative;
    margin-top: 15px;
}
.ys_box .div1 .span1{
    font-size: 55px;
    color: #fff;
    font-family: "Arial";
}
.ys_box .div1 .span3{width: 30px;height: 30px;display:inline-block;margin-left: 10px;position: relative;bottom: 0;background: url(../images/jt.png) center no-repeat;}
.ys_box .div2 .span2{
    font-size: 20px;
    color: #fff;
}

/*优势*/
.advbj{
    width: 100%;
    height: 790px;
    background: url(../images/advbj.jpg) center no-repeat;
}
.advbt{
   text-align: center;
   padding-top: 40px;
}
.advbt img{
    display: block;
    margin: 0 auto;
    margin-bottom: 8px;
    animation: ball .6s infinite alternate;
}
.advbt span{
    color: #333;
    font-size: 28px;
    position: relative;
}
.advbt span::before{
    content: '';
    display: block;
    width: 33px;
    height: 7px;
    background: url(../images/xiana.png) center no-repeat;
    position: absolute;
    left: -50px;
    top: 17px;   
}
.advbt span::after{
    content: '';
    display: block;
    width: 33px;
    height: 7px;
    background: url(../images/xiana.png) center no-repeat;
    position: absolute;
    right: -50px;
    top: 17px;   
}
.advimg{
    text-align: center;
    margin-top: 155px;
    margin-left: -477px;
    position: absolute;
    left: 50%;
}

.ysfl{
    margin-top: 45px;
}
.ysfl img{
    float: left;
    margin-top: 8px;
}
.ysfl p b{
    font-size: 33px;
    color: #000;
    display: block;
}
.ysfl p{
    font-size: 15px;
    color: #585858;
    float: left;
    margin-left: 15px;
}
.ysa{
    width: 360px;
    position: relative;
    margin-left: 350px;
}

.ysb{
    width: 350px;
    margin-top: 75px;
    position: relative;
    margin-left: 60px;
}

.ysc{
    width: 260px;
    margin-top: 95px;
    position: relative;
}

.ysfr{margin-top: 45px;}
.ysfr img{
    margin-top: 8px;
}
.ysfr p b{
    font-size: 33px;
    color: #000;
    display: block;
}
.ysfr p{
    font-size: 15px;
    color: #585858;
    margin-left: 15px;
}
.ysd{
    width: 420px;
    position: relative;
    margin-right: 150px;
}

.yse{
    width: 300px;
    margin-top: 75px;
    position: relative;
    margin-left: 200px;
}

.ysf{
    width: 230px;
    margin-top: 95px;
    position: relative;
    margin-left: 320px;
}
/*案例*/
.custerm {
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.probt p{
    color: #8e8d8d;
    font-size: 16px;
}

.swiper-container {
  padding:35px 0;
}
.post_m {
  position: relative;
  padding-bottom:50px;
  margin:40px auto 0 auto;
  width:94%;
}
.post_m .swiper-slide {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  -webkit-transition: transform 1s;
  -moz-transition: transform 1s;
  -ms-transition: transform 1s;
  -o-transition: transform 1s;
  -webkit-transform: scale(.8);
  transform: scale(.8);
}
.post_m .swiper-slide img {
  width: 100%;
  height:450px;
}
.post_m .sytext {
  box-sizing:border-box;
  width: 70%;
  line-height:45px;
  height: 45px;
  opacity:1;
  color:#000;
  text-align:center;
  font-size:17px;
  background-color:#f4f4f4;
  margin:0 auto;
}
.post_m .swiper-slide-next {
  -webkit-transform: scale(.94) translateX(10px);
  transform: scale(.94)translateX(10px);
}
.post_m .swiper-slide-prev {
  -webkit-transform: scale(.94) translateX(-10px);
  transform: scale(.94)translateX(-10px);
}
.post_m .swiper-slide-active, .post_m .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.07) translateY(-14px);
  transform: scale(1.07) translateY(-14px);
}
.post_m .swiper-slide-active .sytext, .post_m .swiper-slide-duplicate-active .sytext {
  opacity:0;
}
.post_m .swiper-slide-active h4, .post_m .swiper-slide-active p, .post_m .swiper-slide-duplicate-active h4, .post_m .swiper-slide-duplicate-active p {
  color: #fff;
}
.post_m .swiper-slide-active a, .post_m .swiper-slide-duplicate-active a {
  display: block;
  width:100%;
  height:100%;
  position: relative;
}
.post_m .swiper-pagination {
  bottom:0;
  left: 50%;
  transform: translate(-50%, 0)
}
.post_m .swiper-pagination-bullet {
  width:16px;
  height:16px;
  background:#dedfe0;
  opacity:1;
}
.post_m .swiper-pagination-bullet+ .swiper-pagination-bullet {
  margin-left:14px;
}
.post_m .swiper-pagination-bullet-active {
  background:#47af34;
}
.custhide {
  position:absolute;
  top:310px;
  width:70%;
  height:210px;
  box-sizing:border-box;
  padding:30px;
  background:#fd5b39;
  color:#fff;
  transition:all .3s ease;
  opacity:0;
  left:0;
  right:0;
  margin:0 auto;
}
.cust_t {
  font-size:20px;
  color:#fff;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
  margin-bottom:15px;
}
.cust_remark {
  color: #acb9dd;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.post_m .swiper-slide-active .custhide, .post_m .swiper-slide-duplicate-active .custhide {
  opacity:1;
  bottom:-15px;
}
.cust_jt {
  background:url(../images/ala.png) left center no-repeat;
  margin-top:15px;
  padding-left: 40px;
  font-size: 25px;
  font-family: "Arial";
}
.post_m .custjt {
  bottom:-13px;
  top:auto;
  left:30%;
  width:20px;
  height:40px;
  background:url(../images/jiantou.png) no-repeat left top;
}
.post_m .custjt.swiper-button-prev {
  left:auto;
  right:30%;
  background-image:url(../images/jiantoua.png);
}
.post_m .custjt:hover {
  background-position-y:bottom;
}

/*流程*/
.lcbj{
    width: 100%;
    height: 385px;
    background: url(../images/lcbj.jpg) center no-repeat;
}
.lcfl{
    margin-top: 110px;
}
.lcfl ul li{
    float: left;
    width: 140px;
    text-align: center;
}
.lcfl ul li span{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-top: 38px;
}
.lcfl ul li:nth-child(4){
    margin-left: 20px;
}
.lcbt{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    margin-top: 140px;
    margin-left: 60px;
}
.lcfl ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}

/*新闻*/
.newbj{
    width: 100%;
    height: 570px;
    background:#f4f4f4;
}
.xwlb{
    width: 95%;
    margin: 0 auto;
    margin-top: 50px;
}
.xwlb ul li{
    width: 22%;
    height: 300px;
    background: #fff;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    position: relative;
}
.xwlb ul li .bczx{
    position: absolute;
    left: 30px;
    top: -30px;
    width: 60px;
    height: 50px;
    background: #fff;
    border-radius: 100px;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    text-align: center;
    font-size: 14px;
    color: #fd5a37;
    padding-top: 10px;
    z-index: 9999;
}
.xwlb ul li .s_xwbt{
     width: 100%;
    height: 250px;
    position: relative;
}
.xwlb ul li .s_xwbt a{
    display: block;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px #d5d5d5 solid;
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 18px;
    overflow: hidden;
    color: #000;
}
.xwlb ul li .s_xwbt p{
    color: #5e5e5e;
    font-size: 14px;
    line-height: 25px;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}
.xwlb ul li .s_xwbt span{
    display: block;
    width: 83%;
    margin: 0 auto;
    font-size: 16px;
    font-family: "Arial";
    color: #969595;
    background: url(../images/shijian.png) left center no-repeat;
    padding-left: 30px;
    margin-top: 20px;
}
.xwlb ul li .s_xwimg{
    display: none;
}
.xwlb ul li:hover .s_xwimg{
    display: block;
    position: absolute;
    width: 100%;
    height: 300px;
    z-index: 99;
    top: 0;
    left: 0;
    overflow: hidden;
}
.xwlb ul li:hover .s_xwimg img{
    width: 100%;
    height: 300px;
}
.xwlb ul li:hover .s_xwimg h3{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #fc4e29;
    z-index: 999;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 17px;
    padding-left: 15px;
}
/*留言*/
.lybj{
  width: 100%;
  height: 325px;
  background: url(../images/lybj.jpg) center no-repeat;
}
.on_ly{
    width: 640px;
    padding-top: 40px;
    position: relative;
}
.on_ly ul .in_flt {
    width: 290px;
    height: 50px;
    color: #afafaf !important;
    font-size: 15px;
    margin-right: 12px;
    background: #fff;
    border:0;
    margin-bottom: 10px;
    padding-left: 10px;
}
.on_ly ul .in_flta {
    width: 340px;
    height: 110px;
    color: #afafaf !important;
    font-size: 15px;
    padding-left: 10px;
    border: 0;
    background: #fff;
    position: absolute;
    right: 0;
    top: 40px;
}
.on_ly ul li .FaqTitlesy {
    width: 290px;
    height: 50px;
    background: #fff;
    border:0;
    color: #afafaf !important;
    font-size: 15px;
    padding-left: 10px;
    margin-right: 10px;
    float: left;
}
.on_ly ul li #VCode {
    float: left;
    width: 340px;
}

.on_ly ul .nanniu_bj {
    width: 640px;
    height: 45px;
    background: #aa1f01;
    border:none;
    color: #fff;
    font-size: 17px;
    margin-top: 12px;
}
.on_ly ul .nanniu_bj:hover {
    background: #7c7c7c;
}
.shengming{
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    cursor:pointer;
}
.video_play {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    display: none;
    z-index: 111111;
}
#Indexvideo {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.shipin{
    margin: 0 auto;
    display: block;
    width: 550px;
    margin-top: 100px;
        background: #fff;
        padding: 50px;
      text-align: left;
}
.shipin p{
   color: #000 !important;
}
#video_close {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/close.png);
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -379px;
    margin-left: 328px;
    cursor: pointer;
}
.ggewm{
    width: 210px;
    text-align: center;
    margin-top: 65px;
    margin-left: 50px;
}
.ggewm span{
    display: block;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
}
.ggtel{
    width: 380px;
    margin-right: 30px;
    color: #fff;
    text-align: right;
    margin-top: 55px;
}
.ggtel b{
    font-size: 30px;
}
.ggtel span{
    font-size: 23px;
    line-height: 50px;
}
.ggtel p{
    display: block;
    background: url(../images/tela.png) right center no-repeat;
    font-size: 18px;
    padding-right: 60px;
    margin-top: 35px;
}
.ggtel p em{
    font-size: 29px;
    font-family: "Arial";
    display: block;

}

/*底部*/
.footbj{
    width: 100%;
    height: 340px;
    background:url(../images/footbj.jpg) center no-repeat;
}
.dbfl{
   width: 750px;
   margin-top: 40px;
}
.dblogo img,.dblogo p{
    float: left;
}
.dblogo p{
    color: #fff;
    font-size: 43px;
    font-family: "Arial";
    margin-left: 35px;
    display: block;
    margin-top: 18px;
}
.dbnav{
    margin-top: 50px;
}
.dbnav ul li{
    float: left;
    margin-left: 20px;
    margin-right: 20px;
}
.dbnav ul li a{
    font-size: 15px;
    color: #b6b6b6;
}
.dbnav ul li:hover a{
    text-decoration: underline;
    font-weight: bold;
}

.dbtel{
    width: 435px;
    margin-top: 50px;
}

.dbtel h3{
    font-size: 20px;
    color: #fff;

}
.dbtel p{
    display: block;
    font-size: 15px;
    color: #a8a8a8;
    background: url(../images/dbtel.png) left center no-repeat;
    line-height: 35px;
    padding-left: 40px;
    margin-top: 15px;
}
.dbewm{
    width: 150px;
    text-align: center;
    margin-top: 40px;
}
.dbewm span{
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 10px;
}

.copy{
    color: #9a9a9a;
    font-size: 15px;
    margin-top: 86px;
    text-align: center;
}
.copy a{
    color: #b3b3b3;
}
/*当前导航*/
.breadcrumbs{
    height:70px;
    font-size:14px;
    line-height:70px;
    color:#666;
    background:#fff;
    width: 100%;
    display: block;
  border-bottom: 1px #ececec solid;
}
.breadcrumbs .dqdhMain {
    color: #666;
    font-size: 15px;
    background: url(../images/dizhi.png) left center no-repeat;
    padding-left: 30px;
}
.breadcrumbs .dqdhMain a {
    font-size: 15px;
    color: #666;
    display:inline-block;
}
.breadcrumbs .dqdhMain a:hover {
    text-decoration:underline;
    color:#666;
}
.breadcrumbs .nyweizhi{
    color: #666;
    font-size: 23px;
    position: relative;
}
.breadcrumbs .nyweizhi::before{
    right: -20px;
}
.breadcrumbs .nyweizhi::after{
    left: -20px;
}
.breadcrumbs .nyweizhi::before, .breadcrumbs .nyweizhi::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    height: 12px;
    width: 1px;
    border-left: 1px solid #666;
    border-right: 1px solid #666;
}


/*简介单页*/
.page_about{
    background:#f4f4f4 url(../images/pro_bg.jpg) bottom left no-repeat;
    padding-bottom: 50px;
}
.page_about_con{
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
}
.page_about_l{}
.page_tit{
    padding-top: 68px;
    position: relative;
    font-size: 32px;
    color: #333333;
    font-weight: bold;
    line-height: 1;
    padding-bottom: 34px;
}
.page_tit span{
    font-size: 36px;
    font-weight: normal;
}
.page_tit p{
    color: #707070;
    font-size: 16px;
    font-weight: normal;
    margin-top: 20px;
    padding-left: 20px;
    position: relative;
}
.page_tit p::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 8px;
    height: 1px;
    background: #707070;
}
.page_about_l h3{
    font-size: 28px;
    line-height: 1;
    margin-bottom: 25px;
    font-weight: bold;
    color: #fc4e29
}
.page_about_l>p{
    font-size: 16px;
    color: #333;
    line-height: 32px;
}
.page_about_r{
    float: right;
    width: 772px;
    height: 633px;
}

/*联系方式单页*/
.page_contact {
    position: relative;
    z-index: 2;
    background: #f4f4f4
}

.page_contact_con {
    width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}

.page_contact_con_top_l {
    width: 55%;
    float: left;
    position: relative;
}

.page_contact_con_top {
    overflow: hidden;
}

.dt {
    width: 100%;
    float: left;
    padding: 39px 60px 26px 60px;
    background: #fff;
}

.dt h3 {
    width: 100%;
    float: left;
    font-size: 26px;
    color: #fc4e29;
    font-weight: bold;
    line-height: 40px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dt h5 {
    font-family: Arial;
    font-weight: normal;
    width: 100%;
    float: left;
    margin-top: 8px;
    font-size: 16px;
    color: #9c9c9c;
    line-height: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;

}

.dd {
    width: 100%;
    float: left;
    padding: 33px 60px 34px 60px;
    background: #f9f9f9;
}

.dd li {
    width: 39%;
    float: left;
    padding-left: 65px;
    position: relative;
    list-style: none;
}

.page_icon {
    width: 42px;
    height: 42px;
    background: #fc4e29;
    line-height: 0;
    position: absolute;
    left: 2px;
    top: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}

.page_icon img {
    width: 100%;
}

.dd li h5 {
    float: left;
    width: 100%;
    font-size: 16px;
    color: #444;
    line-height: 29px;
    letter-spacing: 1px;
    font-weight: normal;
}

.dd li h6 {
    float: left;
    width: 100%;
    font-size: 22px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.dd li h7 {
    float: left;
    width: 100%;
    font-size:18px;
    color: #444;
    line-height: 26px;
    font-weight: normal;
}
.page_contact_con_top {
    margin: 50px 0;
}

.page_contact_con_top_r {
    width: 30%;
    background: #efefef;
    height: 484px;
    position: relative;
}

.page_contact_con_top_r h4 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #fc4e29;
    margin: 75px 0 50px 0;
}

.page_conatct_ewm img {
    width: 180px;
    height: 180px;
    display: block;
    margin: 0 auto;
}

.page_contact_con_top_r h3 {
    font-size: 18px;
    font-weight: normal;
    color: #515251;
    text-align: center;
    margin-top: 20px;
}

.page_contact_con_map {
    position: relative;
}




/*产品列表页*/
.main_rightb {
    width: 1350px;
    margin: 0 auto;
    padding-bottom: 100px;
    margin-top: 30px;
}
.proListal {
    width:1060px;
}
.proListal li {
    width:342px;
    float:left;
    margin:0 0 20px 11px;
    position:relative;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.proListal li .boxal {
    width:100%;
    height:310px;
    display:block;
    cursor:pointer;
}
.proListal li .boxal .spanImgal {
    display:block;
    overflow:hidden;
    width:100%;
    height:310px;
    background-position:center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size:cover;
}
.proListal li .spanal {
    display: block;
    margin:auto;
    font-size:16px;
    padding: 12px 30px;
    line-height: 45px;
    text-align: center;
}
.proListal li .spanal a h3{
    color:#002222;
    display: block;
    line-height: 45px;
}
.proListal li .spanal p{
    border-top: 1px solid #e6e6e6;
    height: 45px;
    color: #555;
    font-size: 15px;

}
.proListal li .spanal p a{
    color: #555;
    font-size: 23px;
}

.proListal li:hover{
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2);
    margin-top: 0px
}
.proListal li:hover .spanal{
    background: #fc4e29;
}
.proListal li:hover .spanal a h3{
    color: #fff;
}
.proListal li:hover .spanal a p{
    border-top: 1px solid #ff846a;
     color: #fff;
}
.proListal li:hover .spanal p a{
    color: #fff;
}

.proListal li .avatarb {
    position: relative;
}
.proListal li .avatarb {
    display: block;
    height: 340px;
    overflow: hidden;
    width:100%;
}
.proListal li .avatarb .spanImgal {
    height: 340px;
}
.avatarb:hover .spanImgal, .zhuti .avatarb:hover .spanImgal, .bbsinner .avatarb:hover .spanImgal {
    transform: scale(1.3);
    transition: all 1s ease 0s;
    -webkit-transform: scale(1.3);
    -webkit-transform: all 1s ease 0s;
}

.map_r{
    width: 100%;
    height: 500px;
    margin:0 auto;
    margin-top: 30px;
}
.map_r img{
    width: 100%;
    height: auto;
    min-height: 500px;
}
/*产品列表左侧分类*/
.list_pro_l{
    width: 280px;
    float: left;
}
.list_pro_l>ul{
    box-sizing: border-box;
    border: 1px solid #ececec;
    margin-bottom: 30px;
    background: #fff
}
.list_pro_l>ul>span{
    display: block;
    width: 100%;
    background: #fc4e29;
    line-height: 85px;
    height: 85px;
    position: relative;
    box-sizing: border-box;
    padding-left: 54px;
}
.list_pro_l ul span em{
    position: absolute;
    top: 23px;
    left: 0;
    color: #fff;
    font-size: 123px;
    text-transform: uppercase;
    opacity: 0.1;
    line-height: 60px;
    font-weight: bold;
}
.list_pro_l ul h3{
    font-size: 32px;
    color: #ffffff;
    line-height: 85px;
    font-weight: normal;
    position: relative;
    z-index: 9;
}
.list_pro_l ul h3 i{
    display: inline-block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
    opacity: .6;
    margin-left: 10px;
    text-transform: capitalize;
    vertical-align: middle;
    font-style: normal;
}
.list_pro_l>em img{
    width: 100%;
}

.l_pro>li{
    line-height: 50px;
    font-size: 16px;
    border-bottom: 1px dotted #cbcbcb;
    padding: 0px 15px;
    position: relative;
}
.l_pro>li::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/add.png) center no-repeat;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:last-child{
    border: none;
}
.l_pro>li>a{
    color: #333;
    width: 100%;
    transition: all 0.6s;
    display: block;
}
.l_pro>li:hover>a{
    padding-left: 8px;
}

.l_pro>li:hover{
    background: #fc4e29;
}
.l_pro>li:hover::after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/add1.png) center no-repeat;
    position: absolute;
    right: 15px;
    top: 35px;
    margin-top: -15px;
}
.l_pro>li:hover>a{
    color: #fff;
}
.list_pro_l>ul{
    overflow: inherit;
}
.list_nav_er{
    position: absolute;
    top: 0;
    z-index: 111;
    right: -220px;
    display: none;
    transition: all 0.6s;
}
.l_pro>li:hover .list_nav_er{
    right: -190px;
    display: block;
}
.list_nav_er_con ul li{
    text-align: center;
    padding: 5px 20px;
    border-bottom: 1px dotted #ff9680;
    background: #ff5f3d;
    line-height: 40px;
    width: 190px;
    box-sizing: border-box;
}
.list_nav_er_con ul li:hover{
    background: #313131;
    border-bottom: 1px dotted #565656;
}

.list_nav_er_con ul li a{
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 15px;
}


.l_news li{
    line-height: 40px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
}
.l_news li a{
    color: #333;
    display: block;
    width: 100%;
}
.l_news li a:before {
    content: '+';
    font-weight: bold;
    margin-right: 5px;
    font-size: 16px;
}
.l_news li:hover a{
    color: #ae2f2b;
}
.l_news li:hover a:before{
    color: #ae2f2b;
}
.l_contact li{
    line-height: 45px;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    border-bottom: 1px solid #ececec;
}
.l_contact li:last-child{
    border: none;
}

/*内页分类*/
.left_class {
    width:270px;
    border:1px #e1e1e1 solid;
}
.left_class .classT {
    background:#1b5fa0 url(../images/profl.png) 40px center no-repeat;
    position: relative;
    z-index: 10;
    padding-left: 100px;
    height: 110px;
}
.left_class .classT .div1 {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    padding-top:18px;
}
.left_class .classT .div2 {
    color:#fff;
    font-size: 23px;
    letter-spacing: 2;
    line-height: 28px;
}
.left_class .subNav {
    width: 240px;
    margin:0 auto;
    height: 45px;
    background:#1b5fa0 url(../images/dian.png) 20px center no-repeat;
    line-height:45px;
    text-align: left;
    margin-top: 20px;
}
.left_class .subNav a {
    font-size: 16px;
    color: #fff;
    display:inline-block;
    padding-left:50px;
}
.left_class .subNav:hover {
    background: #fe461f url(../images/dian.png) 20px center no-repeat;
}
.left_class .subNav:hover a {
    color: #fff;
}
.left_class .navContent {
    display: block;
    width: 205px;
    margin: 0 auto;
    margin-top: 10px; 
}
.left_class .navContent:nth-child(1){display: block;}
.left_class .navContent li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px #ccc dotted;
}
.left_class .navContent li a {
    font-size: 15px;
    color: #333;
    padding-left: 15px;
    display: block;
}
.left_class .navContent li:hover a {
    font-weight: bold;
}
.left_class .lxwm {
    width: 195px;
    height: 100px;
    background: #195d9f url(../images/tela.png) 20px 40px no-repeat;
    margin-top: 25px;
    color: #fff;
    font-size: 17px;
    padding-left: 75px;
    padding-top: 30px;
}
.left_class .lxwm p{
    font-size: 23px;
    font-family: "Arial";
    font-weight: bold;
}
/*新闻列表页*/
.page_news{
    position: relative;
    z-index: 111;
}
.page_news_con{
    width: 1350px;
    margin: 0 auto 30px auto;
    position: relative;
    z-index: 2;
}
.page_news_con ul li{
    overflow: hidden;
    padding: 30px 0;
    background: #f7f7f7;
    margin: 20px 0;
    cursor: pointer;
    position: relative;
    transition: all 0.5s;
}
.page_news_p>a{
    display: block;
    width: 120px;
    height: 35px;
    border-radius: 30px;
    background: #fc4e29;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    position: absolute;
    bottom: 30px;
    right: 30px;
}
.page_news_con ul li:hover{
    background: #fc4e29;
}
.page_news_con ul li:hover .date,.page_news_con ul li:hover .year{
    color: #fff;
}
.page_news_con ul li:hover .page_news_img img{
    transform: scale(1.1);
}
.page_news_con ul li:hover .page_news_p h2 a{
    color: #fff;
}
.page_news_con ul li:hover .page_news_p p{
    color: rgba(255,255,255,.8);
}
.page_news_con ul li:hover .page_news_p>a{
    background: #fff;
    color: #000;
    animation: doudong 0.8s ease-in-out;
}
.page_news_con ul li:hover .page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 45px;
    height: 2px;
    background: #fff;
    margin-right: 12px ;
    vertical-align: middle;
}
.time{
    float: left;
    width: 180px;
    text-align: center;
    padding-top: 24.5px;
}
.time span{
    display: block;
}
.date{
    font-size: 72px;
    font-weight: bold ;
    color: #c2c2c2;
    text-align: center;
}
.year{
    font-size: 20px;
    color: #4c4c4c;
}
.page_news_des{
    float: left;
    overflow: hidden;
}
.page_news_img{
    float: left;
    width: 210px;
    height: 210px;
    overflow: hidden;
}
.page_news_img img{
    transition: all 0.6s;
    width: 100%;
    height: 210px;
}
.page_news_p{
    float: left;
    width: 650px;
    margin-left:55px;
    margin-top: 30px;
}
.page_news_p h2 a{
    font-size: 18px;
    color: #333333;
    font-weight: normal ;
}
.page_news_p h2 a::before{
    content:'';
    display: inline-block;
    width: 15px;
    height: 2px;
    background: #fc4e29;
    margin-right: 12px ;
    vertical-align: middle;
    transition: all 0.6s;
}
.page_news_p p{
    font-size: 15px;
    color: #7b7b7b;
    line-height: 26px;
    margin-top: 15px ;
}
@keyframes doudong {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0)
    }

    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0)
    }
}


/*fenye*/
.fenye {
    text-align:center;
    color:#666;
    font-size:14px;
    line-height:30px;
    padding:20px 0;
}
.fenye .rows {
    color:#666;
    font-size:13px;
    padding:0 10px;
}
.fenye .current {
    display: inline-block;
    color:#1d76f8;
    font-size:14px;
    padding:0 5px;
}
.fenye .num, .fenye .next {
    display:inline-block;
    margin:0 3px;
    padding:0 10px;
    border:1px solid #ddd;
    color:#666;
    font-size:14px;
    height:28px;
    line-height:27px;
    border-radius:5px;
}
.fenye .num:hover, .fenye .next:hover {
    background-color:#fc4e29;
    color:#fff;
    border:1px solid #fc4e29;
}
/*新闻详情*/
.main {
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
    background: #e9e9e9;
}
.mainBox {
    border: 1px #e9e9e9 solid;
}
.main .main_right {
    width:100%;
    margin-bottom:50px;
}
.main .tT01 {
    text-align:center;
    line-height:35px;
    background: #f3f3f3;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main .tT01 .span1 {
    font-size:28px;
    color:#444;
}
.main .subtitle {
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    background: #fc4e29;
    margin-top: 20px;
}
.main .subtitle span {
    padding:0 30px;
}
.stime {
    background: url(../images/shijian.png) left center no-repeat;
}
.sclick {
    background: url(../images/liulan.png) left center no-repeat;
}
.text {
    line-height:35px;
    font-size:15px;
    color:#666;
    padding:30px;
}
.text span {
    font-size:15px;
    color:#666;
}
.text img {
    max-width:100%;
    margin-bottom: 20px;
}

.viewpage {
    margin:0;
    padding:20px 0 50px 0;
    border-top: 1px solid #dedede;
}
.viewpage .main_r_nav {
    color:#999;
    font-size:14px;
    line-height:40px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 50px;
}
.viewpage .main_r_nav a {
    font-size:14px;
    color:#444
}
.viewpage .main_r_nav a:hover {
    text-decoration:underline;
}

/*产品列表页*/
.list_pro_con {
    width: 85%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.list_pro_con>ul li{
    float: left;
    margin-top: 17px;
    border: 1px dashed #969696;
    margin-left: -8px;
    line-height: 40px;
    font-size: 16px;
    border-radius: 20px;
    width: 14.6%;
    text-align: center;
    height: 40px;
}
.list_pro_con>ul{
    overflow: initial;
}
.list_pro_con>ul::after,.list_pro_con::after{
    content: '';
    display: block;
    clear: both;
}
.list_pro_con>ul li a{
    color: #333;
    width: 100%;
    height: 100%;
    display: block;
}
.list_pro_con>ul li:hover{
    border: 1px dashed #1557c1;
}
.list_pro_con>ul li:hover a{
    color: #1557c1;
}
/*产品详情页*/
.product_top {
}
.product_top .l_img {
    width:630px;
    height:630px;
    background-color:#fff;
    text-align:center;
    display:table;
}
.product_top .l_img span {/*display: table-cell; vertical-align:middle;*/
    display:block;
    width:100%;
    height:100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.product_top .l_img span img {
    width:550px;
    height:550px;
}
.product_top span img {
    display:inline-block;
    max-width:100%;
    max-height:100%;
    vertical-align:middle;
}
.product_top .r_box {
    width:680px;
}
.product_top .r_box .product_title {
    border-bottom:1px solid #ddd;
    padding:10px 0 8px 0;
}
.product_top .r_box .product_title h2 {
    font-weight:700;
    font-size:26px;
    color:#101010;
}
.miaoshu {
}
.product_top .subtitle {
    font-size:14px;
    color:#b7b7b7;
    padding-top:8px;
}
.product_top .subtitle span {
    display:block;
    padding-left:25px;
    line-height: 23px;
    height: 24px;
}
.product_top .subtitle span.span1 {
    background:url(../images/shijian.png) left center no-repeat;
}
.product_top .subtitle span.span2 {
    background:url(../images/liulan.png) left center no-repeat;
}
.product_top .keyword {
    height:40px;
    line-height:40px;
    font-size:15px;
    color:#717171;
}
.product_top .keyword span {
    font-size:18px;
    color:#0059A9;
}
.product_top .desc {
    font-size:14px;
    color:#717171;
    line-height:30px;
    margin-top: 15px;
}
.product_top .desc span {
    display:block;
    float:left;
    width:200px;
}
.product_top .desc p {
    display:block;
    width:680px;
    line-height: 28px;
    font-size: 15px;
    color: #8b8b8b;
    margin-bottom: 10px;
}
.product_top .lianxi {

}
.product_top .lianxi .a {
    display:block;
    height:50px;
    line-height:50px;
    float:left;
    margin-right:30px;
    color:#f23c49;
    font-size:18px;
    border-bottom:1px solid #f23c49;
    padding-left:28px;
}
.product_top .lianxi .a.a_qq {
    background:url(../images/QQ.png) left center no-repeat;
}
.product_top .lianxi .a.a_tel {
    background:url(../images/teld.png) left center no-repeat;
}

.product_top .nyyslb{
    margin-top: 35px;
}
.product_top .nyyslb ul li{
    float: left;
    width: 170px;
    text-align: center;
}
.product_top .nyyslb ul li img{
    border:4px #fc4e29 solid;
    border-radius: 100px;
    padding: 3px
}
.product_top .nyyslb ul li span{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    display: block;
    line-height: 45px;
}
.product_top .nyyslb ul li:hover img{
    transition: all 0.5s;
    transform: rotate(360deg);
    cursor: pointer;
}
.product_top .dianhua {
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    border-radius: 30px;
    font-size: 15px;
    background-color: #fc4e29;
    margin-top: 50px;
    width: 130px;
}
.product_top .dianhua a {
    color:#fff;
    display: block;
}
.product_top .dianhua:hover {
    background-color:#333;
}
.share {
    margin-top:10px;
}
.share .span1 {
    line-height:32px;
    color:#999;
    padding-right:10px;
    font-size:15px;
}
.xiangqing {
    border-top: 50px solid #fff;
}
.xiangqing_top .a_nav {
    display:block;
    float:left;
    width:190px;
    border-bottom:2px solid #fc4e29;
    color:#eea200;
    text-align:center;
    height:50px;
    line-height:50px;
    font-size:18px;
}
.xiangqing_top .a_nav.active {
    background-color:#fc4e29;
    color:#fff;
}
.contenta {
    background: #fff;
    border:1px #e5e5e5 solid;
}
.contact_title2 {
    text-align: center;
    font-size: 18px;
    color: #888;
}
.lx_b {
    width: 100%;
    height: 422px;
    border: 1px solid #000;
    margin-top: 30px;
}
.lx_list {
    background-color: #fff;
    width: 275px;
    margin: 39px 10px;
    min-height: 300px;
}
.lx_list p {
    line-height: 35px;
    font-size: 16px;
    color: #666;
    padding-left: 30px;
}
/*在线留言*/
.lybt{ text-align:center; margin-top:40px;}

.lybt span{font-size: 43px;line-height: 45px;text-transform: uppercase;color:#5a5a5a;}

.lybt h3{ display:block; font-size:20px; line-height:45px;color:#5a5a5a; background:url(../images/xiana.jpg) center center no-repeat;}

.liuyan{ margin-top:30px; text-align:center;}

.liuyan span{ font-size:20px;color:#fc4e29;}

.liuyan a{ font-size:16px;color: #CCCCCC;}

.liuyan p{ font-size:16px;color: #666666; line-height:30px;}
#faqbox{padding:50px 0 50px 280px;}

#faqbox form{}

#faqbox .faqline{line-height:2em;text-align:left; padding-bottom:10px; color:#999; font-size:13px;}

#faqbox .faqtit{width:150px;display:block;float:left;clear:both;text-align:right; color:#555;}

#faqbox .Content{line-height:2em;text-align:left; padding-bottom:10px;}

#faqbox font{margin:0 5px;}

#faqbox .FaqTitle{ height:50px; line-height:50px; padding:0 10px; border:1px solid #ddd; width:435px; vertical-align:top;}

#faqbox .Content textarea{height:100px;}

.wizfrm{ border:none;width:455px;height:50px;line-height:50px;font-size:16px;color:#fff;text-align:center;cursor:pointer; margin-top:20px;  font-family:'Microsoft YaHei';-moz-transition: all 0.3s;-webkit-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; border-radius:5px;background-color:#fc4e29; }

.wizfrm:hover{ background-color:#fe461f; }
